home *** CD-ROM | disk | FTP | other *** search
/ PC Open 107 / PC Open 107 CD 2.bin / CD2 / Completi / Editor Java / SourceEdit / setup.exe / install_script.iss (.txt)
Encoding:
Inno Setup Script  |  2003-02-19  |  5.4 KB  |  86 lines

  1. ;InnoSetupVersion=2.0.18
  2. [Setup]
  3. AppName=Source Edit
  4. AppVerName=Source Edit 3.2
  5. AppId=Source Edit
  6. AppPublisher=Joacim Andersson
  7. AppPublisherURL=http://www.sourceedit.com
  8. AppSupportURL=http://www.sourceedit.com
  9. AppUpdatesURL=http://www.sourceedit.com
  10. DefaultDirName={pf}\Source Edit
  11. DefaultGroupName=Source Edit
  12. OutputBaseFilename=setup
  13. Compression=bzip2
  14. PrivilegesRequired=none
  15. LicenseFile=embedded\License.rtf
  16. WizardImageFile=embedded\WizardImage0.bmp
  17. WizardSmallImageFile=embedded\WizardSmallImage0.bmp
  18. [Files]
  19. Source: "{sys}\stdole2.tlb"; DestDir: "{sys}"; Flags: uninsneveruninstall restartreplace regtypelib sharedfile 
  20. Source: "{sys}\msvbvm60.dll"; DestDir: "{sys}"; Flags: uninsneveruninstall restartreplace regserver sharedfile 
  21. Source: "{sys}\oleaut32.dll"; DestDir: "{sys}"; Flags: uninsneveruninstall restartreplace regserver sharedfile 
  22. Source: "{sys}\olepro32.dll"; DestDir: "{sys}"; Flags: uninsneveruninstall restartreplace regserver sharedfile 
  23. Source: "{sys}\asycfilt.dll"; DestDir: "{sys}"; Flags: uninsneveruninstall restartreplace sharedfile 
  24. Source: "{sys}\comcat.dll"; DestDir: "{sys}"; Flags: uninsneveruninstall restartreplace regserver sharedfile 
  25. Source: "{sys}\Tabctl32.ocx"; DestDir: "{sys}"; Flags: restartreplace regserver sharedfile 
  26. Source: "{sys}\SSubTmr6.dll"; DestDir: "{sys}"; Flags: restartreplace regserver sharedfile 
  27. Source: "{sys}\richtx32.ocx"; DestDir: "{sys}"; Flags: restartreplace regserver sharedfile 
  28. Source: "{sys}\mscomctl.ocx"; DestDir: "{sys}"; Flags: restartreplace regserver sharedfile 
  29. Source: "{sys}\ccrpftv6.ocx"; DestDir: "{sys}"; Flags: restartreplace regserver sharedfile 
  30. Source: "{sys}\scrrun.dll"; DestDir: "{sys}"; Flags: restartreplace regserver sharedfile 
  31. Source: "{sys}\msscript.ocx"; DestDir: "{sys}"; Flags: restartreplace regserver sharedfile 
  32. Source: "{sys}\comct332.ocx"; DestDir: "{sys}"; Flags: restartreplace regserver sharedfile 
  33. Source: "{sys}\TimerEx.dll"; DestDir: "{sys}"; Flags: restartreplace regserver sharedfile 
  34. Source: "{sys}\cmcs21.ocx"; DestDir: "{sys}"; Flags: restartreplace regserver sharedfile 
  35. Source: "{app}\SrcEdit.exe"; DestDir: "{app}"; 
  36. Source: "{app}\rd16to32.exe"; DestDir: "{app}"; 
  37. Source: "{app}\SrcEdit.chm"; DestDir: "{app}"; 
  38. Source: "{app}\HexSrc.exe"; DestDir: "{app}"; 
  39. Source: "{app}\FRHEDX.DLL"; DestDir: "{app}"; 
  40. Source: "{app}\RAWIO16.DLL"; DestDir: "{app}"; 
  41. Source: "{app}\RAWIO32.DLL"; DestDir: "{app}"; 
  42. Source: "{app}\StdImg\Btn1.bmp"; DestDir: "{app}\StdImg"; 
  43. Source: "{app}\StdImg\Btn10.bmp"; DestDir: "{app}\StdImg"; 
  44. Source: "{app}\StdImg\Btn11.bmp"; DestDir: "{app}\StdImg"; 
  45. Source: "{app}\StdImg\btn12.bmp"; DestDir: "{app}\StdImg"; 
  46. Source: "{app}\StdImg\Btn13.bmp"; DestDir: "{app}\StdImg"; 
  47. Source: "{app}\StdImg\Btn14.bmp"; DestDir: "{app}\StdImg"; 
  48. Source: "{app}\StdImg\Btn2.bmp"; DestDir: "{app}\StdImg"; 
  49. Source: "{app}\StdImg\Btn3.bmp"; DestDir: "{app}\StdImg"; 
  50. Source: "{app}\StdImg\Btn4.bmp"; DestDir: "{app}\StdImg"; 
  51. Source: "{app}\StdImg\Btn5.bmp"; DestDir: "{app}\StdImg"; 
  52. Source: "{app}\StdImg\Btn6.bmp"; DestDir: "{app}\StdImg"; 
  53. Source: "{app}\StdImg\Btn7.bmp"; DestDir: "{app}\StdImg"; 
  54. Source: "{app}\StdImg\Btn8.bmp"; DestDir: "{app}\StdImg"; 
  55. Source: "{app}\StdImg\Btn9.bmp"; DestDir: "{app}\StdImg"; 
  56. Source: "{app}\Dat\HotKeys.dat"; DestDir: "{app}\Dat"; 
  57. Source: "{app}\Dat\Colors.dat"; DestDir: "{app}\Dat"; 
  58. Source: "{app}\Ext\DlgFiles.dat"; DestDir: "{app}\Ext"; 
  59. Source: "{app}\Ext\ExtMap.dat"; DestDir: "{app}\Ext"; 
  60. Source: "{app}\Lang\ASP.lng"; DestDir: "{app}\Lang"; 
  61. Source: "{app}\Lang\PHP.lng"; DestDir: "{app}\Lang"; 
  62. Source: "{app}\Lang\CSS.lng"; DestDir: "{app}\Lang"; 
  63. Source: "{app}\Lang\ColdFusion.lng"; DestDir: "{app}\Lang"; 
  64. Source: "{app}\Lang\FuncPattern.dat"; DestDir: "{app}\Lang"; 
  65. [Registry]
  66. Root: HKCU; Subkey: "Software\VB and VBA Program Settings"; 
  67. Root: HKCU; Subkey: "Software\HexSource"; Flags: uninsdeletekey 
  68. Root: HKCU; Subkey: "Software\VB and VBA Program Settings\Source Edit"; Flags: uninsdeletekey 
  69. Root: HKLM; Subkey: "Software\Microsoft\Windows\CurrentVersion\App Paths\se.exe"; Flags: uninsdeletekey 
  70. Root: HKLM; Subkey: "Software\Microsoft\Windows\CurrentVersion\App Paths\SourceEdit.exe"; Flags: uninsdeletekey 
  71. Root: HKLM; Subkey: "Software\Microsoft\Windows\CurrentVersion\App Paths\SrcEdit.exe"; Flags: uninsdeletekey 
  72. Root: HKLM; Subkey: "Software\Microsoft\Windows\CurrentVersion\App Paths\se.exe"; ValueType: String; ValueData: "{app}\SrcEdit.exe"; 
  73. Root: HKLM; Subkey: "Software\Microsoft\Windows\CurrentVersion\App Paths\SourceEdit.exe"; ValueType: String; ValueData: "{app}\SrcEdit.exe"; 
  74. Root: HKLM; Subkey: "Software\Microsoft\Windows\CurrentVersion\App Paths\SrcEdit.exe"; ValueType: String; ValueData: "{app}\SrcEdit.exe"; 
  75. [Run]
  76. Filename: "{app}\SrcEdit.exe"; Description: "Launch Source Edit"; Flags: postinstall skipifsilent nowait
  77. [Icons]
  78. Name: "{group}\Source Edit"; Filename: "{app}\SrcEdit.exe"; 
  79. Name: "{group}\Source Edit Help"; Filename: "{app}\SrcEdit.chm"; 
  80. Name: "{group}\HexSource"; Filename: "{app}\HexSrc.exe"; 
  81. Name: "{userdesktop}\Source Edit"; Filename: "{app}\SrcEdit.exe"; Tasks: desktopicon; 
  82. Name: "{userappdata}\Microsoft\Internet Explorer\Quick Launch\Source Edit"; Filename: "{app}\SrcEdit.exe"; Tasks: quicklaunchicon; 
  83. [Tasks]
  84. Name: "desktopicon"; Description: "Create a &desktop icon"; GroupDescription: "Additional icons:"; 
  85. Name: "quicklaunchicon"; Description: "Create a &Quick Launch icon"; GroupDescription: "Additional icons:"; 
  86.